Crate fuel_derive

source
Expand description

Derive macros for canonical type serialization and deserialization.

Derive Macrosยง

  • Derives Compressible and CompressibleBy traits for the given struct or enum.
  • Derives DecompressibleBy trait for the given struct or enum.
  • Derives Deserialize trait for the given struct or enum.
  • Derives Serialize trait for the given struct or enum.